Run All Init Tests:
python -m unittest discover -s PyCaliper/test (-v)
Run a Unit Test:
python -m unittest PyCaliper.test.test_bridges (or another file)

Create a PyPi Distro:
python -m build
python.exe -m pip install --upgrade pip
pip install twine
python -m twine upload dist/* --verbose

API Key
pypi-AgEIcHlwaS5vcmcCJGZiN2Q1NDA3LTM2Y2ItNDZiNi04MWU1LTYyNmNmODYyMjY1ZQACKlszLCJjNDI3MGQ0OC04YjY2LTQ4YWUtOWNkMC00NGEzZDlmZWEzYjYiXQAABiDBtpAKUfipJdSFkFrHJkuIzckSqO1hkrcCRcYEQaJqng